Welcome![Sign In][Sign Up]
Location:
Search - c web server

Search list

[Other Web Codemyuploader-source-v181

Description: MyUploader 是一款使用 http 协议(RFC 1867)用于上传文件和文件夹到一个网络服务器的简单易用的收费 Java 程序.使用托拽操作,你可以在短时间之内上传数以百计的文件.在上传文件的过程当中提供一个可视化进度条. -MyUploader is a use http protocol (RFC 1867) used to upload files and folders to a web server, easy-to-use Java program fees. The use of occasional drag operation, you can upload in a short time and several hundred of documents. In the process of upload files to provide a visualization of the progress bar.
Platform: | Size: 749568 | Author: likeilike | Hits:

[Embeded Linuxapp

Description: 嵌入式平台下,cgi的应用实例。可使你的嵌入式平台提供一个web服务器。-Embedded platform, cgi application. Will enable you to provide a platform for the embedded web server.
Platform: | Size: 307200 | Author: wanglei | Hits:

[Web ServerLXI_C

Description: 《LXI C类仪器的设计与实现方法》是pdf的。摘要:简述 了 I XI总线技术产生的背景及 LXI仪器 的特点,并根据国际 LXI协会制定的 LXI标准 (v1.o)分别对 A、B、C三类仪 器标准进行 了介绍 ,为了将 LXI总线技术应用在现有 的测试平台中,提出了一种将传统仪器升级为符合C类标准的LXI仪器的方法,该 方法以现有仪器为基础 ,与带有 Web Server的基于单片机的嵌入式网络接入模块相结合,成功地将传统仪器升级为符合C类标准的 LXI 仪器 ,在程控 电源上进行的实验验证表明,应用该方法设计实现的LXI仪器模块符合 LXI C类仪器标准,且具有成本低、结构简单和通 用性强等特点。
Platform: | Size: 235520 | Author: 韩电 | Hits:

[Linux-Unixweb.tar

Description: linux 下的服务器 用c语言写的,大家看看吧-under linux server using c language written in, let us look at it
Platform: | Size: 6144 | Author: gtf | Hits:

[Internet-Networkhttp_toolkit-1.0.0

Description: HTTP操作工具包,使用纯C编写,包含 http_get、http_load、http_ping、http_post 等四个工具,适合包括提交内容、测试web服务器压力、测试http服务器连通性的使用。-HTTP operations toolkit, the use of pure C preparation that contains http_get, http_load, http_ping, http_post four tools, including the filing of appropriate content, web server stress test, test http server connectivity use.
Platform: | Size: 39936 | Author: 黑夜路人 | Hits:

[Web ServerWebServer

Description: Web服务器程序,由C和C++程序编写,大家可以参考一下!-Web server program, by C and C++ Programmers, we can look at!
Platform: | Size: 81920 | Author: kljlj | Hits:

[Linux-Unixspserver-0[1].8.5.src.tar

Description: spserver 是一个实现了半同步/半异步(Half-Sync/Half-Async)和领导者/追随者(Leader/Follower) 模式的服务器框架,能够简化 TCP server 的开发工作。 spserver 使用 c++ 实现,目前实现了以下功能: 1.封装了 TCP server 中接受连接的功能; 2.使用非阻塞型I/O和事件驱动模型,由主线程负责处理所有 TCP 连接上的数据读取和发送,因此连接数不受线程数的限制; 3.主线程读取到的数据放入队列,由一个线程池处理实际的业务。 4.一个 http 服务器框架,即嵌入式 web 服务器(请参考: SPWebServer:一个基于 SPServer 的 web 服务器框架) -spserver is a realization of a semi-synchronous/semi-asynchronous (Half-Sync/Half-Async) and leader/followers (Leader/Follower) model server framework, to simplify the development of TCP server. spserver use c++ realize now realize the following functions: 1. Packaging the TCP server to accept connections function 2. the use of non-blocking type I/O and event-driven model, by the main thread responsible for handling all TCP connection read and send data, so connections are not thread a few restrictions 3. the main thread to read data Add queue, by a thread pool handle the actual business. 4. A http server framework, that is, embedded web server (please refer to: SPWebServer: a web server based on the framework of SPServer)
Platform: | Size: 71680 | Author: Eagle518 | Hits:

[Internet-Networkmini_httpd-1.19

Description: gm8120上用的mini http,可以试试,能做WEB SERVER-gm8120 used in mini http, can try, can do WEB SERVER
Platform: | Size: 96256 | Author: 曾宏 | Hits:

[Database systemC

Description: 1.把"Web"文件夹内的文件拷贝到某个文件夹 2.在IIS中新建站点,指向该文件夹,如果新建虚拟路径,会导致一些图片的不正常显示. 3."Database"文件夹内有数据库文件hyb2bTest_Data.MDF,在Sql Server企业管理器中选择"附加数据库" 4.需要修改根目录web.config文件 <add key="DBServer" value="."/>,改成当前数据库地址 <add key="DBUser" value="sa"/>,改成当前数据库用户名 <add key="DBPwd" value="sa"/>,改成当前数据库密码 <add key="DBName" value="hyb2btest"/>,改成当前数据库名称 <add key="SQLConnString" value="server=. database=hyb2btest user id=sa pwd=sa Min Pool Size=10"/>,分别也换成当前数据库的地址,用户名、密码以及数据库名称。 5.后台登录地址: 当前路径+manage/index.aspx 帐户:admin 密码:admin 环境要求: Windows2000 / Windows2003 + IIS5 + .NET Framework 1.1 + MS SQL Server 2000 或各更高版本 演示地址:www.hyb2b.cn 电话:13061363607 MSN :huayousoft@hotmail.com-err
Platform: | Size: 7625728 | Author: xiaoli | Hits:

[Internet-Networksocket

Description: 此题目为实现一个采用TCP协议实现多线程的web server.即使用操作系统提供的多线程库实现多线程并发服务器具体要求为,在浏览器中输入 http://127.0.0.1:6789/index.html 可正确显示纯html文件index.html-This topic for the realization of a TCP protocol using multi-threaded web server. That is, the use of multi-threaded operating system to provide multi-threaded concurrent database server to achieve the specific requirements for the browser, type in http://127.0.0.1:6789/index.html can correctly display pure html file index.html
Platform: | Size: 12288 | Author: 董立峰 | Hits:

[Web Serverminiweb

Description: 嵌入式web服务器C程序,占用很少的系统资源-Embedded web server C process, occupy very little system resources
Platform: | Size: 292864 | Author: 卢刚 | Hits:

[Web ServerwebServer

Description: 教你如何做一个自己的web服务器,本程序无需修改就可运行-Teach you how to make one' s own web server
Platform: | Size: 222208 | Author: Kevin | Hits:

[Education soft systemyuanma

Description: HTML网页·Asp.Net+SQL Server 2000的学生信息 ·C语言作的图书管理系统 该程序能实 ·本人的毕业设计,获得校2005年优秀 ·学籍管理系统 系统是在VC++6.0和SQ ·通过实现经典的读者写者问题,巩固 ·学生成绩管理系统的文档 ·这是一个学生用VFP 6.0 完成的毕业 ·图书管理系统软件设计说明 一.可 ·图书馆管理系统c++完成版 ·关于H264的几篇硕士毕业论文,选取 联系站长 · 软件工厂 · 版权投诉 · 网站修改建议-Html websibe ddeeeff frff ffss ffh asfdf dd grhr hryy ukkkk.
Platform: | Size: 6144 | Author: Emily | Hits:

[JSP/JavaIDCard_qiuyepingjing_2

Description: 针对普通的Web浏览器网页软件界面,华视推出“身份证阅读Web浏览器ActiveX控件” ,或者叫Web“插件” 。 ActiveX 浏览器控件是Microsoft提出的一组使用COM(Component Object Model,部件对象模型)使得软件部件在 网络环境中进行交互的技术集。它与具体的编程语言无关。作为针对Internet应用开发的技术,ActiveX被广泛应用于WEB服务器以及客户端的各个方面。 同时,ActiveX技术也被用于方便地创建普通的桌面应用程序。-For an ordinary Web browser, web page software interface CTS launched the " identity card reading Web browser ActiveX control," or called Web " plug-ins." ActiveX control is a browser made by Microsoft to use a set of COM (Component Object Model, Component Object Model) enables software components in the network environment for the conduct of interactive technology set. It has nothing to do specific programming language. As for Internet application development technology, ActiveX has been widely used in WEB server, as well as all aspects of the client. At the same time, ActiveX technology can also be used to easily create a common desktop applications.
Platform: | Size: 1219584 | Author: 大秋 | Hits:

[Delphi/CppBuildertcp-ip-sockets-in-c-second-edition-practical-guid

Description: The Internet allows computers thousands of miles apart to exchange information through programs such as Web browsers, and nearly all of these programs gain access to network communication services through the sockets programming interface. TCP/IP Sockets in C: Practical Guide for Programmers is a quick and affordable way to gain the knowledge and skills needed to quickly develop sophisticated and powerful web-based applications. Written by two experienced networking instructors, the book s focused, tutorial-based approach enables the reader to master the tasks and techniques essential to virtually all client-server projects using sockets in C. Programming concepts are introduced through simple, real-world examples, and are accompanied by line-by-line code commentary that describes the purpose of each part of the program. The book s companion website also contains myriad employable examples of command-based source code discussed throughout the text
Platform: | Size: 791552 | Author: chane | Hits:

[Game Server Simulatorwww

Description: php code for gunbound web server
Platform: | Size: 1150976 | Author: adhitya | Hits:

[Embeded Linuxcgi

Description: 基于CGI库的程序编写的介绍 嵌入式web服务器建设-Based on CGI programming library introduction to the building of the embedded web server
Platform: | Size: 450560 | Author: zhaodebao | Hits:

[.netWebMappingApplication

Description: c#+arcgis server开发的小型地图浏览 查询等功能-c#+ arcgis server queries the development of small-scale map browsing functions such as
Platform: | Size: 1170432 | Author: wdl | Hits:

[Internet-NetworkServer

Description: 基于标准C的简单web服务器,实现简单的winsocket功能-Simple standards-based web server C to achieve a simple winsocket function
Platform: | Size: 5075968 | Author: qiaojiadashao | Hits:

[Internet-Networkcgi-0.7

Description: Linux 下面的一个C封装的CGI的实现,提供了良好的和web服务器通信的接口-Linux following a C implementation of CGI package, provides a good interface and web server communications
Platform: | Size: 405504 | Author: afei | Hits:
« 1 2 3 4 56 7 8 9 10 ... 26 »

CodeBus www.codebus.net